users
Get user's payout history
get/user/{id|username}/payouts
Response
Expected response to a valid request
Example response
{
"payouts": [
{
"amount": 10,
"status": "success"
}
]
}Changes
No recorded changes to this endpoint across all 21 revisions of this API.